updateNotification method

Future<bool> updateNotification({
  1. String? title,
  2. String? text,
  3. String? icon,
})

Implementation

Future<bool> updateNotification({
  String? title,
  String? text,
  String? icon,
}) {
  throw UnimplementedError('updateNotification() has not been implemented.');
}