FileRec class final

A recording that is written into a file immediately when ended.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
isRecording bool
Whether the recording is currently being recorded or not.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

end() Future<File>
Stops recording and ends it. Cannot be resumed after this call.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() → void
Stops recording, but don't ends it yet.
inherited
resume() → void
Continues the recording if was paused.
inherited
toString() String
A string representation of this object.
inherited

Operators

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