MethodChannelCelloSdk class

Inheritance

Constructors

MethodChannelCelloSdk({MethodChannel? methodChannel, EventChannel? eventChannel})

Properties

eventChannel EventChannel
final
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenEvents Stream<CelloTokenEvent>
no setteroverride

Methods

changeLanguage(String language) Future<void>
override
getActiveUcc() Future<Map<String, String>>
override
getCampaignConfig() Future<Map<String, dynamic>>
override
hideFab() Future<void>
override
hideWidget() Future<void>
override
initialize(CelloInitializeOptions options) Future<CelloConfiguration>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openWidget() Future<void>
override
setThemeMode(String themeMode) Future<void>
override
showFab() Future<void>
override
shutdown() Future<void>
override
toString() String
A string representation of this object.
inherited
updateToken(String token) Future<void>
override

Operators

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