setNotificationConfig method

Future<void> setNotificationConfig(
  1. Map<String, String> config
)

Implementation

Future<void> setNotificationConfig(Map<String, String> config) {
  throw UnimplementedError(
    'setNotificationConfig() has not been implemented.',
  );
}