CommandBarSDK class abstract

Constructors

CommandBarSDK()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addCallback(String callbackKey, dynamic callback(Map<String, Object?> args, Map<String, Object?> context)) Future<void>
addCommand(Command command) Future<void>
addMetadata(String key, dynamic value) Future<void>
addRecordAction(String key, Command recordAction) Future<void>
addRecords(String key, List records) Future<void>
addRouter(RouterFn myRouter) Future<void>
boot({String? userId, Map? userAttributes, InstanceAttributes? instanceAttributes}) Future<void>
close() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open() → void
removeCallback(String callbackKey) Future<void>
removeCommand(String commandName) Future<void>
setTheme(String slug) Future<void>
toggle() → void
toString() String
A string representation of this object.
inherited

Operators

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