clearCache method
@detail api @author lihuan.wuti2ha @brief Clear music cache, including music and lyrics.
Implementation
FutureOr<void> clearCache() async {
return await nativeCall('clearCache', []);
}
@detail api @author lihuan.wuti2ha @brief Clear music cache, including music and lyrics.
FutureOr<void> clearCache() async {
return await nativeCall('clearCache', []);
}