setPushEnabled method

Future<bool?> setPushEnabled(
  1. bool? enabled
)

To Enable/Disable Push Notification

Implementation

Future<bool?> setPushEnabled(bool? enabled) =>
    _instance.setPushEnabled(enabled);