NetworkInfoPlusWindowsPlugin class

Inheritance
  • Object
  • PlatformInterface
  • NetworkInfoPlatform
  • NetworkInfoPlusWindowsPlugin

Properties

clientHandle int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

closeHandle() → void
formatBssid(List<int> bssid) String
formatIPAddress(Pointer<IP_ADAPTER_ADDRESSES_LH> pIpAdapterAddress) String
getAdapterAddress(Pointer<GUID> pGuid, Pointer<IP_ADAPTER_ADDRESSES_LH> pIpAdapterAddresses) String?
getLocationServiceAuthorization() Future<LocationAuthorizationStatus>
Get the current location service authorization (Only on iOS).
inherited
getWifiBroadcast() Future<String?>
Obtains the broadcast of the connected wifi network
inherited
getWifiBSSID() Future<String?>
Obtains the wifi BSSID of the connected network.
override
getWifiGatewayIP() Future<String?>
Obtains the gateway IP address of the connected wifi network
inherited
getWifiIP() Future<String?>
Obtains the IP v4 address of the connected wifi network
override
getWifiIPv6() Future<String?>
Obtains the IP v6 address of the connected wifi network
inherited
getWifiName() Future<String?>
Obtains the wifi name (SSID) of the connected network
override
getWifiSubmask() Future<String?>
Obtains the submask of the connected wifi network
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openHandle() → void
query(WlanQuery query) String?
requestLocationServiceAuthorization({bool requestAlwaysLocationUsage = false}) Future<LocationAuthorizationStatus>
Request to authorize the location service (Only on iOS).
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

registerWith() → void