清空缓存 return true-清空缓存成功,反之失败;
return
Future<bool?> cleanCache() { return CloudChannelManager.instance.send<bool>(_cleanCacheMethodName); }