resume method

Future<void> resume()

Implementation

Future<void> resume() {
  return _channel.invokeMethod('inApp.resume');
}