FutureOr<void> setFileName(NSString fileName) async { return await nativeCall('setFileName:', [fileName]); }