SoundEditChanel class

Constructors

SoundEditChanel()

Properties

animationFlg bool
getter/setter pair
dragdrop List<String>
getter/setter pair
fileList List<File>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteFileInAppDirectory(String path) → dynamic
getAppDocumentDirectoryContent() → dynamic
getApplicationAssets(String soundPath, String createPath) → dynamic
getApplicationAssetsList(List<String> listPath) → dynamic
getAudioFiles() Future<List<File>>
listFilesInApplicationDocumentsDirectory() Future<List<String>>
listFilesInDirectory(String dirPath) Future<List<String>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
playSoundChoice<T>(String path, String methodChanel) Future<T>
record(String path) → dynamic
recordStop() → dynamic
toString() String
A string representation of this object.
inherited

Operators

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