getBool method

Future<bool> getBool({
  1. required String key,
  2. bool isPersistent = false,
})

Implementation

Future<bool> getBool({
  required String key,
  bool isPersistent = false,
}) async {
  throw ("Unimplemented method");
}