@override Future<int> getLong(String key) async { final res = await _remoteConfig.invokeMethod<int>('getLong', {'key': key}); return res ?? 0; }