PromptbetSdk class

Constructors

PromptbetSdk()

Properties

callbackFn ↔ dynamic Function(Map<String, dynamic>)
getter/setter pair
clientId String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String
getter/setter pair
userToken String
getter/setter pair

Methods

closeDialog(BuildContext context) → void
initialize(String clientId, String userId, String clientSecret, dynamic callback(Map<String, dynamic>)) Future<bool>
launch(BuildContext context) Future<void>
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