openSession method

Future<String> openSession(
  1. String instructions
)

Implementation

Future<String> openSession(String instructions) {
  throw UnimplementedError('openSession() has not been implemented.');
}