@override Future<String?> lastTrxResultReq() async { final result = await methodChannel.invokeMethod<String>('lastTrxResultReq'); return result; }