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