setLocalNotifications method

void setLocalNotifications(
  1. FlutterLocalNotificationsPlugin localNotifications
)

Set local notifications

Implementation

void setLocalNotifications(
  FlutterLocalNotificationsPlugin localNotifications,
) {
  _localNotifications = localNotifications;
}