WifiFlutter class

A plugin to retrieve a list of wifi networks

Constructors

WifiFlutter()

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

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 Properties

wifiNetworks Future<Iterable<WifiNetwork>>
returns the results of the most recent wifi scan it is unecessary to run a scan
no setter

Static Methods

promptPermissions() Future
prompts the user for permissions if they aren't already available. returns true if a prompt was shown, false if they already have permissions
scanNetworks() Future<Iterable<WifiNetwork>>
triggers a network scan