show static method

dynamic show(
  1. String title,
  2. String message,
  3. TypeAlert type, [
  4. Map<String, dynamic>? payload,
])

Implementation

static show(String title, String message, TypeAlert type,
    [Map<String, dynamic>? payload]) {
  instance?._show!(title, message, type, payload);
}