This commit is contained in:
J. A. Messias 2024-09-12 13:43:47 -03:00
parent b184f2adf9
commit ef11c08182
1 changed files with 2 additions and 4 deletions

View File

@ -50,15 +50,13 @@ Future<void> onMessageReceived(
), ),
() async { () async {
log("payload: $payload"); log("payload: $payload");
await answersRequest await answersRequest(
.call(
context, context,
payload['referencia'].toString(), payload['referencia'].toString(),
'L', 'L',
'Mensagem', 'Mensagem',
payload['idVisitante'].toString(), payload['idVisitante'].toString(),
) ).then((value) {
.then((value) {
if (value) { if (value) {
context.pop(); context.pop();
context.pop(); context.pop();