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