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 {
log("payload: $payload");
await answersRequest
.call(
await answersRequest(
context,
payload['referencia'].toString(),
'L',
'Mensagem',
payload['idVisitante'].toString(),
)
.then((value) {
).then((value) {
if (value) {
context.pop();
context.pop();