enableNotifications method

Future<void> enableNotifications(
  1. bool enabled
)

Implementation

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