MethodChannelEspBlufi class
An implementation of EspBlufiPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- EspBlufiPlatform
- MethodChannelEspBlufi
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
configProvision(
{String? username, String? password}) → Future< void> -
override
-
connectPeripheral(
{String? peripheralAddress}) → Future -
override
-
getAllPairedDevice(
) → Future< void> -
override
-
getPlatformVersion(
) → Future< String?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onMessageReceived(
{ResultCallback? successCallback, ResultCallback? errorCallback}) → void -
override
-
requestCloseConnection(
) → Future -
override
-
requestDeviceStatus(
) → Future< void> -
override
-
requestDeviceWifiScan(
) → Future< void> -
override
-
scanDeviceInfo(
{String? filterString}) → Future< bool?> -
override
-
sendCustomData(
{String? data}) → Future< void> -
override
-
speechResultErrorHandler(
dynamic error) → dynamic -
speechResultsHandler(
dynamic event) → dynamic -
stopScan(
) → Future -
override
-
testFunction(
) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → MethodChannelEspBlufi
-
no setter