toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'notificationTypes': notificationTypes,
      'forceCleanup': forceCleanup,
      'logging': logging,
      'webViewSettings': webViewSettings?.toJson(),
      'withoutRegisteringForRemoteNotifications':
          withoutRegisteringForRemoteNotifications
    };