FlutterCyWifiPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterCyWifiPlatform
- Implementers
Constructors
- FlutterCyWifiPlatform()
- Constructs a FlutterCyWifiPlatform.
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
-
checkWiFiEnable(
) → Future< bool> -
connectWiFi(
Map params) → Future< bool?> -
disconnectWiFi(
Map params) → Future< bool?> -
getPlatformVersion(
) → Future< String?> -
getWiFiConnectedInfo(
) → Future< Map?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startScan(
) → Future< List?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterCyWifiPlatform
-
The default instance of FlutterCyWifiPlatform to use.
getter/setter pair