TUICore class

Constructors

TUICore.new()
factory

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

callService(String serviceName, String method, Map<String, dynamic> param) → void
call Service method
getService(String serviceName) Future<bool>
check Service is exist
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyEvent(String eventName, [Map<String, dynamic>? arg]) → void
raiseExtension(TUIExtensionID extensionID, Map<String, dynamic> param) Future<Widget>
registerEvent(String eventName, ITUINotificationCallback? callback) → void
registerExtension(TUIExtensionID extensionID, AbstractTUIExtension object) → void
registerService(String serviceName, AbstractTUIService object) → void
toString() String
A string representation of this object.
inherited
unregisterEvent(String eventName, ITUINotificationCallback? callback) → void
unregisterExtension(TUIExtensionID extensionID) → void
unregisterService(String serviceName) → void

Operators

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

Static Properties

instance TUICore
no setter