FlutterIotPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterIotPlatform
- Implementers
Constructors
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
-
checkPermission(
String permission) → Future< String?> -
connectBle(
String deviceId) → Future< bool> -
disconnectBle(
String deviceId) → Future< bool> -
getPlatformVersion(
) → Future< String?> -
getWifiInfo(
) → Future< Map< String, dynamic> ?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestPermission(
String permission) → Future< String?> -
startBackgroundMonitoring(
{required int intervalMinutes, String? notificationTitle, String? notificationBody}) → Future< bool> -
startBleScan(
{List< String> ? serviceUuids}) → Future<bool> -
stopBackgroundMonitoring(
) → Future< bool> -
stopBleScan(
) → Future< bool> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterIotPlatform
-
getter/setter pair