HMSMessageEngine class

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

dispose() Future<void>
get(NearbyMessageHandler handler) Future<void>
getPending(NearbyMessageHandler handler, [MessageGetOption? option]) Future<void>
getWithOption(NearbyMessageHandler handler, MessageGetOption getOption) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
put(Message message) Future<void>
putWithOption(Message message, MessagePutOption putOption) Future<void>
registerStatusCallback(MessageStatusCallback statusCallback) Future<void>
toString() String
A string representation of this object.
inherited
unget(NearbyMessageHandler handler, [MessageGetOption? getOption]) Future<void>
ungetPending() Future<void>
unput(Message message, [MessagePutOption? putOption]) Future<void>
unregisterStatusCallback(MessageStatusCallback statusCallback) Future<void>

Operators

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

Static Properties

instance HMSMessageEngine
no setter

Static Methods

onMethodCall(MethodCall call) Future