是否准备就绪
Future<bool> isAlready() async { bool result = await methodChannel.invokeMethod('isAlreadyPlayGiftAnimate'); return result; }