@override Future<void> showToast(String msg) async { await methodChannel.invokeMethod<void>('showToast', {"msg": msg}); }