检测支付宝是否已安装
@override Future<bool> isInstalled() async { return await methodChannel.invokeMethod<bool?>('isInstalled') ?? false; }