WIP
This commit is contained in:
parent
b184f2adf9
commit
ef11c08182
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue