MethodChannelFlutterDevTools class
Represents an implementation of FlutterDevToolsPlatform that utilizes method channels for communication between Flutter and native platform code.
- Inheritance
-
- Object
- PlatformInterface
- FlutterDevToolsPlatform
- MethodChannelFlutterDevTools
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
A MethodChannel for sending messages to the native platform. It's marked as
visible for testing purposes, allowing for easier testing of channel communication.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
diagnoseDynamicLinks(
) → Future< Map< String, bool> ?> -
Asynchronously diagnoses dynamic links in the application.
override
-
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