@override void openFile(String filepath) { if (Platform.isAndroid) { methodChannel.invokeMethod("openFile", { "filepath": filepath, }); } }