FlutterIotWeb class
A web implementation of the FlutterIotPlatform for the FlutterIot plugin.
- Inheritance
-
- Object
- PlatformInterface
- FlutterIotPlatform
- FlutterIotWeb
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?> -
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
Static Methods
-
registerWith(
Registrar registrar) → void