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