getBool method

Future<bool?> getBool(
  1. String key, [
  2. bool enableEncryption = false
])

Implementation

Future<bool?> getBool(String key, [bool enableEncryption = false]) {
  throw UnimplementedError('getBool() has not been implemented.');
}