resume method

Future<void> resume()

Implementation

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