presentNotification static method

Future<void> presentNotification(
  1. NotificareNotification notification
)

Implementation

static Future<void> presentNotification(
  NotificareNotification notification,
) async {
  await _channel.invokeMethod('presentNotification', notification.toJson());
}