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