AbrevvaBlePlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • AbrevvaBlePlatform
Implementers

Constructors

AbrevvaBlePlatform()
Constructs a .

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

connect(String deviceId, int timeout) Future<Map?>
disconnect(String deviceId) Future<Map?>
disengage(String mobileId, String mobileDeviceKey, String mobileGroupId, String mobileAccessData, bool isPermanentRelease) Future<Map?>
initialize(bool androidNeverForLocation) Future<Map?>
isEnabled() Future<Map?>
isLocationEnabled() Future<Map?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openAppSettings() Future<Map?>
openBluetoothSettings() Future<Map?>
openLocationSettings() Future<Map?>
read(String deviceId, String service, String characteristic, int timeout) Future<Map?>
requestLEScan(RequestBleDeviceParams options, void callback(ScanResult result)) Future<void>
runInitialization() Future<Map?>
signalize(String deviceId) Future<Map?>
startEnabledNotifications(void callback(bool result)) Future<void>
startNotifications(StartNotificationsParams options, void callback(ReadResult result)) Future<void>
stopEnabledNotifications() Future<Map?>
stopLEScan() Future<String?>
stopNotifications(String deviceId, String service, String characteristic, int timeout) Future<Map?>
toString() String
A string representation of this object.
inherited
write(String deviceId, String service, String characteristic, String value, int timeout) Future<Map?>

Operators

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

Static Properties

instance AbrevvaBlePlatform
The default instance of AbrevvaNfcPlatformPlatform to use.
getter/setter pair