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