dispose method
Implementation
@mustCallSuper
void dispose() {
// Not really necessary but provides a dispose() function for the user.
_flutterLocalNotificationsPlugin = null;
}
@mustCallSuper
void dispose() {
// Not really necessary but provides a dispose() function for the user.
_flutterLocalNotificationsPlugin = null;
}