fix: Format
This commit is contained in:
parent
af0b975736
commit
db042fd3bd
10 changed files with 48 additions and 27 deletions
|
|
@ -31,7 +31,8 @@ class Store {
|
|||
static final _mutex = AsyncMutex();
|
||||
|
||||
Store()
|
||||
: secureStorage = PlatformInfos.isMobile ? const FlutterSecureStorage() : null;
|
||||
: secureStorage =
|
||||
PlatformInfos.isMobile ? const FlutterSecureStorage() : null;
|
||||
|
||||
Future<void> _setupLocalStorage() async {
|
||||
if (storage == null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue