RecordIos class abstract

iOS platform specific methods.

Constructors

RecordIos.new()

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

manageAudioSession(bool manage) Future<void>
Activates or deactivates the management of iOS audio session.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAudioSessionActive(bool active) Future<void>
Activates or deactivates your app’s audio session.
setAudioSessionCategory({IosAudioCategory category = IosAudioCategory.playAndRecord, List<IosAudioCategoryOptions> options = const [IosAudioCategoryOptions.duckOthers, IosAudioCategoryOptions.defaultToSpeaker, IosAudioCategoryOptions.allowBluetooth, IosAudioCategoryOptions.allowBluetoothA2DP]}) Future<void>
Sets the audio session’s category with the specified options.
toString() String
A string representation of this object.
inherited

Operators

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