pause method

Future<bool?> pause()

Implementation

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