@override Future<String?> get({required String key}) async => await methodChannel.invokeMethod('get', {'key': key});