callback abstract method

Future<Map<String, dynamic>> callback(
  1. Map<String, String> params,
  2. IntegrationTestResults testRunner
)

The callback function to response the driver side input.

Implementation

Future<Map<String, dynamic>> callback(
    Map<String, String> params, IntegrationTestResults testRunner);