Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
fast_sign_in_service.dart
Go to the documentation of this file.
1import 'package:flutter/foundation.dart';
2
4 static final FastSignInService _instance = FastSignInService._internal();
6 FastSignInService._internal();
7
8 final ValueNotifier<bool> _isFastSignInActive = ValueNotifier<bool>(false);
9
11
12 void setActive(bool active) {
13 _isFastSignInActive.value = active;
14 }
15
17}
void setActive(bool active)
final ValueNotifier< bool > _isFastSignInActive
static final FastSignInService _instance
factory FastSignInService()
ValueNotifier< bool > get isFastSignInActive
String get(String locale)