getBoolAsync method

Future<bool?> getBoolAsync(
  1. String key
)

Implementation

Future<bool?> getBoolAsync(String key) async => _sharedPreferences.getBool(key);