forget method
Forget a mac.
Throw ApiException if not successful
Implementation
Future<void> forget(String mac, {String? siteId}) async {
await _commandWithMac(Endpoints.staMgr, Commands.unblock, mac,
siteId: siteId);
}
Forget a mac.
Throw ApiException if not successful
Future<void> forget(String mac, {String? siteId}) async {
await _commandWithMac(Endpoints.staMgr, Commands.unblock, mac,
siteId: siteId);
}