Future trackRichInfo(String trackID) async { final res = await _channel.invokeMethod("trackRichInfo", {"trackID": trackID}); return res; }