Onegini class

The main class used to call methods.

Constructors

Onegini()
factory

Properties

channel MethodChannel
Communication channel between flutter and native side.
final
hashCode int
The hash code for this object.
no setterinherited
owEventStreamController StreamController<OWEvent>
final
resourcesMethods ResourcesMethods
Resource methods.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userClient UserClient
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startApplication({String? securityControllerClassName, String? configModelClassName, List<OWCustomIdentityProvider>? customIdentityProviderConfigs, int? connectionTimeout, int? readTimeout, List<String>? additionalResourceUrls}) Future<void>
Initialize SDK and establish communication on eventListener.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance Onegini
final