MethodChannelAbrevvaBlePlatform class

Inheritance

Properties

eventChannel EventChannel
no getter
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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