resume method

Future<void> resume()

Implementation

Future<void> resume() {
  return this.channel.invokeMethod("resume");
}