getBoolean method

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

Implementation

Future<bool?> getBoolean(String key) async {
  return await FlutterLightweightStorePlatform.getBoolean(module, key: key);
}