updateMessage abstract method

bool updateMessage(
  1. String snackbarId,
  2. String newMessage
)

Updates the message of an existing snackbar

Implementation

bool updateMessage(String snackbarId, String newMessage);