callback abstract method
- Map<String, String> params,
- IntegrationTestResults testRunner
The callback function to response the driver side input.
Implementation
Future<Map<String, dynamic>> callback(
  Map<String, String> params,
  IntegrationTestResults testRunner,
);