@override Future<String?> getSomeDataAsync() async { final data = await methodChannel.invokeMethod<String>('getSomeDataAsync'); return data; }