BetterAudioPickerPlugin class

Constructors

BetterAudioPickerPlugin()

Properties

hashCode int
The hash code for this object.
no setterinherited
instanceId int
final
pickResultStream Stream<String?>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanResultStream Stream<List<BetterAudioPickerPluginAudioModel>>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pickAudio({required String uri}) Future<void>
选择音频
scanAudio() Future<void>
搜索音频文件
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited