DevToolkitPlugin class abstract

Implementers

Constructors

DevToolkitPlugin.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
icon IconData
no setter
name String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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