UpscopeConfiguration class
Constructors
-
UpscopeConfiguration({bool? beta, String? teamDomain, bool? showUpscopeLink, bool? showTerminateButton, bool? enableLookupCodeOnShake, String? lookupCodeKeyTitle, String? lookupCodeKeyMessage, bool? requireAuthorizationForSession, String? authorizationPromptTitle, String? authorizationPromptMessage, String? endOfScreenshareMessage, String? translationsYes, String? translationsNo, String? translationsOk, String? translationsStopSession, bool? autoconnect, String? region, String? defaultRegion})
-
const
-
UpscopeConfiguration.fromMap(Map<String, dynamic> map)
-
factory
Methods
-
copyWith({bool? beta, String? teamDomain, bool? showUpscopeLink, bool? showTerminateButton, bool? enableLookupCodeOnShake, String? lookupCodeKeyTitle, String? lookupCodeKeyMessage, bool? requireAuthorizationForSession, String? authorizationPromptTitle, String? authorizationPromptMessage, String? endOfScreenshareMessage, String? translationsYes, String? translationsNo, String? translationsOk, String? translationsStopSession, bool? autoconnect, String? region, String? defaultRegion})
→ UpscopeConfiguration
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap()
→ Map<String, dynamic>
-
-
toString()
→ String
-
A string representation of this object.
override