Future<Null> jumpToIosMethod() async { final result = await methodChannel.invokeMethod('jumpToIosMethod'); return result; }