pause abstract method

Future<void> pause({
  1. bool useGlobalController = true,
})

Pauses the current playback.

If useGlobalController is true, affects the shared controller.

Implementation

Future<void> pause({bool useGlobalController = true});