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