@override Future<String?> getString(String key) async { return await methodChannel.invokeMethod(MethodCallName.getString, {"key": key}); }