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