CasdoorSdkParams class

Constructors

CasdoorSdkParams({required String url, required String callbackUrlScheme, BuildContext? buildContext, bool? showFullscreen, bool? isMaterialStyle, bool? preferEphemeral, bool? clearCache})

Properties

buildContext BuildContext?
getter/setter pair
callbackUrlScheme String
final
clearCache bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isMaterialStyle bool?
getter/setter pair
preferEphemeral bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showFullscreen bool?
getter/setter pair
url String
final

Methods

copyWith({String? url, String? callbackUrlScheme, BuildContext? buildContext, bool? showFullscreen, bool? isMaterialStyle, bool? preferEphemeral, bool? clearCache}) CasdoorSdkParams
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited