MediaRecorder class
- Inheritance
-
- Object
- PlatformInterface
- MediaRecorder
Constructors
Properties
Methods
-
dispose(
) → Future< void> -
hasPermission(
) → Future< bool> -
listDevices(
) → Future< List> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
) → Future< void> -
resume(
) → Future< void> -
start(
String? deviceId) → Future< void> -
stop(
) → Future< String?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited