resume method

Future<bool?> resume()

Implementation

Future<bool?> resume() {
  return _channel.invokeMethod<bool>('resume');
}