titleAsync property

Future<String> titleAsync

It is title in Android.

It is PHAsset valueForKey:@"filename" in iOS.

Implementation

Future<String> get titleAsync => _plugin.getTitleAsync(this);