isPlaying method

Future<bool> isPlaying(
  1. int id
)

Implementation

Future<bool> isPlaying(int id) {
  throw UnimplementedError('isPlaying() has not been implemented.');
}