Notification constructor
Notification(
- String title, [
- NotificationOptions? options
Implementation
factory Notification(
_i2.String title, [
_i3.NotificationOptions? options,
]) =>
_i4.callConstructor(
_declaredNotification,
[
title,
options ?? _i6.undefined,
],
);