AbrevvaBlePlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • AbrevvaBlePlatform
Implementers

Constructors

AbrevvaBlePlatform.new()
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, void onDisconnect(String address)?) Future<bool>
disconnect(String deviceId) Future<bool>
disengage(String deviceId, String mobileId, String mobileDeviceKey, String mobileGroupId, String mobileAccessData, bool isPermanentRelease) Future<DisengageStatusType>
initialize(bool androidNeverForLocation) Future<void>
isEnabled() Future<bool>
isLocationEnabled() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openAppSettings() Future<void>
openBluetoothSettings() Future<void>
openLocationSettings() Future<void>
read(String deviceId, String service, String characteristic, int timeout) Future<List<Uint8>>
runInitialization() Future<Map?>
signalize(String deviceId) Future<bool>
startEnabledNotifications(void callback(bool result)) Future<void>
startNotifications(String deviceId, String service, String characteristic, int timeout, void callback(String result)) Future<void>
startScan({required void onScanResult(BleDevice result), void onScanStart(bool success)?, void onScanStop(bool success)?, String? macFilter, bool? allowDuplicates, int? timeout}) Future<void>
stopEnabledNotifications() Future<void>
stopNotifications(String deviceId, String service, String characteristic, int timeout) Future<bool>
stopScan() Future<String?>
toString() String
A string representation of this object.
inherited
write(String deviceId, String service, String characteristic, String value, int timeout) Future<void>

Operators

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

Static Properties

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