ReshubHostAction class

Constructors

ReshubHostAction.new({BinaryMessenger? binaryMessenger})
Constructor for ReshubHostAction. The binaryMessenger named argument is available for dependency injection. If it is left null, the default BinaryMessenger will be used which routes to the host platform.

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

get(String arg_resId) Future<ResModel?>
getLatest(String arg_resId) Future<ResModel?>
load(String arg_resId) Future<LoadResult>
loadLatest(String arg_resId) Future<LoadResult>
loadLatestWithOption(String arg_resId, bool arg_forceRequestRemoteConfig) Future<LoadResult>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reportBusinessEvent(String arg_eventName, int arg_cost, int arg_errCode, Map<String?, String?> arg_extInfo, bool arg_reportImmediately) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Constants

codec → const MessageCodec<Object?>