用来查询某个方法chameleon是否支持。调用此方法,并传入你想知道是否支持的方法名。
cml.canIUse('showToast').then(() => { // 支持 }, () => { // 不支持 };