Future<bool> nativeToast(String str) async { bool result = await methodChannel.invokeMethod("nativeToast", {"str": str}); return result; }