Connector class
- Implementers
Constructors
Properties
- connectionsManager ↔ ConnectionsManager
-
The ConnectionsManager instance
getter/setter pair
- deviceInfo ↔ Uint8List
-
The device info of the current device
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isConnected → bool
-
Boolean value that returns if the device is connected to another device
no setter
- logger ↔ Logger
-
getter/setter pair
- nearbyCross ↔ NearbyCross
-
The NearbyCross instance
getter/setter pair
- platformVersion ↔ String?
-
The platform version of the native code
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
connect(
String endpointId) → Future< void> - Connect to an endpoint
-
disconnectFrom(
String endpointId) → Future< void> - Disconnects from the given endpoint
-
getPlatformVersion(
) → Future< String?> - Returns the platform version of the native code
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestPermissions(
) → Future< void> - Function that request permissions necessary for the plugin to work
-
stopAllConnections(
) → Future< void> - Stops all connections
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited