mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 11:39:22 +00:00
Add late to S current for localization
This commit is contained in:
parent
a283660c42
commit
016a153e8d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import \'package:flutter/material.dart\';
|
|||
class S implements WidgetsLocalizations {
|
||||
const S();
|
||||
|
||||
static S current;
|
||||
static late S current;
|
||||
|
||||
static const GeneratedLocalizationsDelegate delegate =
|
||||
GeneratedLocalizationsDelegate();
|
||||
|
|
Loading…
Reference in a new issue