resume method

Future<bool?> resume()

Implementation

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