The method 'showDailyAtTime' isn't defined for the type 'FlutterLocalNotificationsPlugin'

81 Views Asked by At

error : The method show Daily At Time isn't defined for the type Flutter Local Notifications Plugin.

also another problem as ,

error : The method 'Time' isn't defined for the type '_New Entry Page State'. whole problems specified code here Here the code error specified

1

There are 1 best solutions below

0
Munsif Ali On BEST ANSWER

This method has been removed from the version 15.0.0 you can check the change-log here. This method was marked as deprecated in version 2.0.0 and new method was zonedSchedule were introduced for this functionality. you can check the details for that here