show static method

void show(
  1. LocalNotification notification
)

Implementation

static void show(LocalNotification notification) {
  key.currentState?.enqueue(notification);
}