获取支付结果
@override Future<String?> getResult() async { final result = await methodChannel.invokeMethod<String>('getResult'); return result; }