AudioRecorderClass class
A class to handle audio recording using the record
package.
Constructors
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
-
dispose(
) → void - Disposes of the recorder when it's no longer needed to release resources.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
start(
RecordConfig config, {required String path}) → Future< void> - Starts recording audio with the provided configuration and saves it to the specified path.
-
stop(
{dynamic onWebCallback(String)?}) → Future< String> - Stops the audio recording.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited