FlutterSoundRecorderCallback class abstract

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

closeRecorderCompleted(int? state, bool? success) → void
log(Level logLevel, String msg) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openRecorderCompleted(int? state, bool? success) → void
pauseRecorderCompleted(int? state, bool? success) → void
recordingData({Uint8List? data}) → void
resumeRecorderCompleted(int? state, bool? success) → void
startRecorderCompleted(int? state, bool? success) → void
stopRecorderCompleted(int? state, bool? success, String? url) → void
toString() String
A string representation of this object.
inherited
updateRecorderProgress({int? duration, double? dbPeakLevel}) → void

Operators

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