@override Future<void> jumpToEmail(String email) async{ await methodChannel.invokeMethod("jumpToEmail",{"address":email}); }