removeNotification method

Future<void> removeNotification(
  1. String id,
  2. String group,
  3. String? applicationId
)

Implementation

Future<void> removeNotification(
        String id, String group, String? applicationId) =>
    throw UnimplementedError(
        'removeNotification() has not been implemented.');