NetworkInfoPlusLinuxPlugin class

The Linux implementation of NetworkInfoPlatform.

Inheritance
  • Object
  • PlatformInterface
  • NetworkInfoPlatform
  • NetworkInfoPlusLinuxPlugin

Properties

createClient NetworkManagerClientFactory
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

getWifiBroadcast() Future<String?>
Obtains the broadcast of the connected wifi network
override
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
override
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
override
getWifiName() Future<String?>
Obtains the wifi name (SSID) of the connected network
override
getWifiSubmask() Future<String?>
Obtains the submask of the connected wifi network
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

registerWith() → void
Register this dart class as the platform implementation for linux