pausePlaying method

Future<bool?> pausePlaying()

Implementation

Future<bool?> pausePlaying() {
  throw UnimplementedError('pausePlaying() has not been implemented.');
}