sharedPreferences property

Future<SharedPreferences> get sharedPreferences

Implementation

Future<SharedPreferences> get sharedPreferences async {
  if (!isInitialized) await _initialize();
  return _sharedPreferences!;
}