AudioPlayer class

Constructors

AudioPlayer()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bindPlayerAudio() Future<void>
初始化,使用前调用
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
playAudio(String number, {int count = 1}) Future<void>
setPlayEnable(bool enable) Future<void>
设置播放是否可用
toString() String
A string representation of this object.
inherited
unBindPlayerAudio() Future<void>

Operators

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

Static Properties

instance AudioPlayer
no setter