stopEnabledNotifications method

Future<Map?> stopEnabledNotifications()

Implementation

Future<Map<dynamic, dynamic>?> stopEnabledNotifications() {
  throw UnimplementedError(
      'stopEnabledNotifications() has not been implemented.');
}