Get is Playing data
static Future<bool> get isPlaying async { final bool playing = await _channel.invokeMethod('isPlaying'); return playing; }