NearbyServiceIOSPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • NearbyServiceIOSPlatform

Constructors

NearbyServiceIOSPlatform()

Properties

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

Methods

acceptInvite(String deviceId) Future<bool>
disconnect(String deviceId) Future<bool>
getSavedDeviceName() Future<String?>
initialize([String? deviceName]) Future<bool>
invite(String deviceId) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(OutgoingNearbyMessage<NearbyMessageContent> message) Future<bool>
startAdvertising() Future<bool>
startBrowsing() Future<bool>
stopAdvertising() Future<bool>
stopBrowsing() Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance NearbyServiceIOSPlatform
The default instance of NearbyServiceIOSPlatform to use.
getter/setter pair