setLocalNotifications method

dynamic setLocalNotifications(
  1. FlutterLocalNotificationsPlugin localNotifications
)

Set local notifications

Implementation

setLocalNotifications(FlutterLocalNotificationsPlugin localNotifications) {
  _localNotifications = localNotifications;
}