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