pause method

Future<void> pause()

Implementation

Future<void> pause() async {
  return _audioChannel.invokeMethod("pause");
}