To Enable/Disable Push Notification
Future<bool?> setPushEnabled(bool? enabled) => _instance.setPushEnabled(enabled);