Scheduling a local notification in Flutter To schedule a notification, we need to call the zoneSchedule method of the FlutterLocalNotificationsPlugin . This method expects an instance of TZDateTime class, which is provided by the timezone package.
Scheduling a local notification in Flutter To schedule a notification, we need to call the zoneSchedule method of the FlutterLocalNotificationsPlugin . This method expects an instance of TZDateTime class, which is provided by the timezone package.