startSession method

Future<void> startSession()

Implementation

Future<void> startSession() {
  throw UnimplementedError('startSession() not implemented');
}