removeNotification method

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

Implementation

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