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