WebFlutterScreenRecording class

Inheritance
  • Object
  • PlatformInterface
  • FlutterScreenRecordingPlatform
  • WebFlutterScreenRecording

Constructors

WebFlutterScreenRecording()

Properties

hashCode int
The hash code for this object.
no setterinherited
mediaRecorder MediaRecorder?
getter/setter pair
mimeType String?
getter/setter pair
name String?
getter/setter pair
recordedChunks Blob?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stopRecordScreen Future<String>
no setteroverride
stream MediaStream?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startRecordScreen(String name) Future<bool>
override
startRecordScreenAndAudio(String name) Future<bool>
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

registerWith(Registrar registrar) → dynamic