instructions method

Future<String> instructions()

Implementation

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