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