Ntut8021xAutoReprovision class
Manages whether NTUT-802.1X should be automatically re-provisioned when credentials change, and performs the refresh when enabled.
Constructors
- Ntut8021xAutoReprovision({required SharedPreferencesAsync prefs, required CampusWifiPlatform platform, required Ntut8021xStateStore stateStore})
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
-
enable(
) → Future< void> -
isEnabled(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reprovisionIfEnabled(
{required String identity, required String password, String? previousIdentity, String? previousPassword}) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited