FlutterDevTools class
A central class for managing various development tools in a Flutter application.
FlutterDevTools
provides a set of methods to access different development and debugging tools.
It acts as a facade, offering a simplified interface to more complex underlying functionalities.
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
-
diagnoseDynamicLinks(
) → Future< Map< String, bool> ?> - Diagnoses issues with dynamic links in the application.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openHttpLogger(
BuildContext context) → void - Opens the HTTP Logger screen in the application.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited