setAutoNotifications method

Future<void> setAutoNotifications(
  1. bool enabled
)

Implementation

Future<void> setAutoNotifications(bool enabled) {
  throw UnimplementedError(
    'setAutoNotifications() has not been implemented.',
  );
}