removeNotificationGroup method

Future<void> removeNotificationGroup(
  1. String group,
  2. String? applicationId
)

Implementation

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