@override Future<void> reportBug() async { try { return methodChannel.invokeMethod<void>("reportBug"); } on PlatformException catch (e, s) { print(s); return; } }