Future playTrack(List trackList, int index) async { final String res=await _channel .invokeMethod("playTrack", {"trackList": trackList, "index": index}); return res; }