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