enableNotifications method

Future<void> enableNotifications(
  1. bool enabled
)

Implementation

Future<void> enableNotifications(bool enabled) {
  return FlutterselligentPlatform.instance.enableNotifications(enabled);
}