CampusWifiPlatform class abstract interface

Native/platform-facing bridge for campus Wi-Fi actions.

Implementers

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

getCapabilities() Future<CampusWifiCapabilitiesDto>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openWifiPanel() Future<bool>
openWifiSettings() Future<bool>
provisionNtut8021x({required String identity, required String password, String? previousIdentity, String? previousPassword}) Future<Ntut8021xProvisioningDto>
saveNtut8021xToSystem({required String identity, required String password}) Future<Ntut8021xProvisioningDto>
toString() String
A string representation of this object.
inherited

Operators

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