isPlaying method

Future<bool> isPlaying()

Implementation

Future<bool> isPlaying() async {
  return await _effectViewApi.isPlaying();
}