updateScheduledNotification method

Future<bool> updateScheduledNotification(
  1. dynamic notification
)

Update a scheduled notification

Implementation

Future<bool> updateScheduledNotification(dynamic notification) {
  throw UnimplementedError('updateScheduledNotification() has not been implemented.');
}