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