activate abstract method

Future<void> activate(
  1. Future<TestDeviceInfo> testDeviceInfoBuilder()
)

Instructs the driver to connect to the external source. By the time the returned Future completes, the commandStream must be available to be listened to.

Implementation

Future<void> activate(
    Future<TestDeviceInfo> Function() testDeviceInfoBuilder);