prefs property Null safety
Injects a new instance of SharedPreferences
.
Implementation
@preResolve
Future<SharedPreferences> get prefs => SharedPreferences.getInstance();
Injects a new instance of SharedPreferences
.
@preResolve
Future<SharedPreferences> get prefs => SharedPreferences.getInstance();