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