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