resume method

Future<bool> resume()

Implementation

Future<bool> resume() async {
  return await _methodChannel.invokeMethod('resume');
}