@override Future<bool> isPlaying() async { final res = await _channel.invokeMethod<bool>('$_name/isPlaying'); return res ?? false; }