displayNotificationLandingMessage abstract method

Future<void> displayNotificationLandingMessage(
  1. BatchInboxNotificationContent notification
)

Display the landing message attached to a BatchInboxNotificationContent. Do nothing if no message is attached.

Note that this method will work even if Batch is in do not disturb mode.

Implementation

Future<void> displayNotificationLandingMessage(
    BatchInboxNotificationContent notification);