FlutterDesktopAudioRecorder class

Properties

hashCode int
The hash code for this object.
no setterinherited
macosFileExtension String
getter/setter pair
permissionGrantedListener Function?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
windowsFileExtension String
getter/setter pair

Methods

hasMicPermission() Future<bool>
isRecording() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestMicPermission() → void
start({required String path, required String fileName}) Future<void>
fileName without extension
stop() → void
toString() String
A string representation of this object.
inherited

Operators

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