setLocalNotifications method
      
void
setLocalNotifications(
    
- FlutterLocalNotificationsPlugin localNotifications
 
Set local notifications
Implementation
void setLocalNotifications(
    FlutterLocalNotificationsPlugin localNotifications) {
  _localNotifications = localNotifications;
}