isPlaying property

Future<bool> get isPlaying

是否正在播放中

Implementation

Future<bool> get isPlaying async =>
    await state._platformController.isPlaying();