AudioRecorder class

Constructors

AudioRecorder()

Properties

hashCode int
The hash code for this object.
no setterinherited
isRecording bool
no setter
maxDuration int
final
onProgressUpdate RecordingProgressCallback?
getter/setter pair
onStateChanged RecordingStateCallback?
getter/setter pair
recordingDuration int
no setter
recordingProgress double
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancelRecord() Future<void>
dispose() → void
initialize({RecordingProgressCallback? onProgressUpdate, RecordingStateCallback? onStateChanged}) → void
isMaxDurationReached() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startRecord({required String filePath}) Future<bool>
stopRecord() Future<RecordInfo?>
toString() String
A string representation of this object.
inherited

Operators

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