MethodChannelFlutterIot class

Inheritance

Constructors

MethodChannelFlutterIot()

Properties

hashCode → int
The hash code for this object.
no setterinherited
methodChannel → MethodChannel
final
onBleDeviceDiscovered → Stream<BleDevice>
no setter
onBleStateChange → Stream<Map<String, dynamic>>
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkPermission(String permission) → Future<String?>
override
connectBle(String deviceId) → Future<bool>
override
disconnectBle(String deviceId) → Future<bool>
override
getPlatformVersion() → Future<String?>
override
getWifiInfo() → Future<Map<String, dynamic>?>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestPermission(String permission) → Future<String?>
override
startBackgroundMonitoring({required int intervalMinutes, String? notificationTitle, String? notificationBody}) → Future<bool>
override
startBleScan({List<String>? serviceUuids}) → Future<bool>
override
stopBackgroundMonitoring() → Future<bool>
override
stopBleScan() → Future<bool>
override
toString() → String
A string representation of this object.
inherited

Operators

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