NetworkInfoPlusPlugin class

A stub implementation of the NetworkInfoPlatform interface for Web.

Inheritance
  • Object
  • PlatformInterface
  • NetworkInfoPlatform
  • NetworkInfoPlusPlugin

Constructors

NetworkInfoPlusPlugin()

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

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 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
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(Registrar registrar) → void
Factory method that initializes the network info plugin platform with an instance of the plugin for the web.