stop method

Future<void> stop(
  1. String screenName
)

Implementation

Future<void> stop(String screenName) {
  throw UnimplementedError('stop() has not been implemented');
}