isPlaying method

Future<bool> isPlaying(
  1. int viewId
)

Implementation

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