DevtoolsUtil class
devtools utils for screenshot
Constructors
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
addFrameCallback(
RenderViewModel viewModel, VoltronArray array, Promise? promise) → void -
getLocationOnScreen(
RenderViewModel viewModel, VoltronArray array, Promise? promise) → Future< void> -
getScreenShot(
RenderViewModel viewModel, VoltronArray array, Promise? promise) → Future< void> -
onPostFrame(
Duration timeStamp) → void -
removeFrameCallback(
RenderViewModel viewModel, VoltronArray array, Promise? promise) → void
Constants
- kAddFrameCallback → const String
- kFrameCallbackId → const String
- kGetLocationOnScreen → const String
- kGetScreenShot → const String
- kRemoveFrameCallback → const String
- kScreenHeight → const String
- kScreenScale → const String
- kScreenShot → const String
- kScreenWidth → const String
- kTag → const String
- kViewHeight → const String
- kViewWidth → const String
- kXOnScreen → const String
- kYOnScreen → const String