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