FrameRecorder class abstract

Implemented by recorders that use _RecordingWidgetsBinding to receive frame life-cycle calls.

Implementers

Constructors

FrameRecorder()

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

frameDidDraw() → void
Called immediately after calling SchedulerBinding.handleDrawFrame.
frameWillDraw() → void
Called just before calling SchedulerBinding.handleDrawFrame.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerDidStop(VoidCallback cb) → void
Add a callback that will be called by the recorder when it stops recording.
toString() String
A string representation of this object.
inherited

Operators

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