AutosaveSettingsScopeExtensions extension
Methods
-
map<
TResult extends Object?> ({required TResult channelChats(AutosaveSettingsScopeChannelChats value), required TResult chat(AutosaveSettingsScopeChat value), required TResult groupChats(AutosaveSettingsScopeGroupChats value), required TResult privateChats(AutosaveSettingsScopePrivateChats value)}) → TResult -
Available on AutosaveSettingsScope, provided by the AutosaveSettingsScopeExtensions extension
-
maybeMap<
TResult extends Object?> ({TResult channelChats(AutosaveSettingsScopeChannelChats value)?, TResult chat(AutosaveSettingsScopeChat value)?, TResult groupChats(AutosaveSettingsScopeGroupChats value)?, TResult privateChats(AutosaveSettingsScopePrivateChats value)?, required TResult orElse()}) → TResult -
Available on AutosaveSettingsScope, provided by the AutosaveSettingsScopeExtensions extension