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