start method

Future<void> start(
  1. String sessionKey
)

Implementation

Future<void> start(String sessionKey) async {
  throw UnimplementedError('start() has not been implemented.');
}