IOCallbackManager class Null safety
Manages communication between integration_tests
and the driver_tests
.
This is the dart:io implementation.
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
callback(
Map< String, String> params, IntegrationTestResults testRunner) → Future<Map< String, dynamic> > -
The callback function to response the driver side input.
override
-
cleanup(
) → void -
Cleanup and completers or locks used during the communication.
override
-
convertFlutterSurfaceToImage(
) → Future< void> -
Android only. Converts the Flutter surface to an image view.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
takeScreenshot(
String screenshot) → Future< Map< String, dynamic> > -
Takes a screenshot of the application.
Returns the data that is sent back to the host.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited