DevToolkitPlugin class abstract
Constructors
Properties
Methods
-
buildActions(
BuildContext context) → List< Widget> - Optional actions to show in the console toolbar
-
buildConfig(
BuildContext context) → Widget? -
buildTab(
BuildContext context) → Widget - Main UI tab
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onInit(
) → void - Called once when toolkit is initialized
-
onPause(
) → void - Called when app pauses (optional)
-
onResume(
) → void - Called when app resumes from background
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited