resume method

Future<bool?> resume()

Implementation

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