EspBlufiPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- EspBlufiPlatform
- Implementers
Constructors
- EspBlufiPlatform()
- Constructs a EspBlufiPlatform.
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
-
configProvision(
{String? username, String? password}) → Future< void> -
connectPeripheral(
{String? peripheralAddress}) → Future< void> -
getAllPairedDevice(
) → Future< void> -
getPlatformVersion(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onMessageReceived(
{ResultCallback? successCallback, ResultCallback? errorCallback}) → void -
requestCloseConnection(
) → Future -
requestDeviceStatus(
) → Future< void> -
requestDeviceWifiScan(
) → Future< void> -
scanDeviceInfo(
{String? filterString}) → Future< void> -
sendCustomData(
{String? data}) → Future< void> -
stopScan(
) → Future< void> -
testFunction(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ EspBlufiPlatform
-
The default instance of EspBlufiPlatform to use.
getter/setter pair