devicesStatisticsOnlineCountGet method
Get Online Device Count
Implementation
Future<chopper.Response<OnlineCount$Response>>
devicesStatisticsOnlineCountGet() {
generatedMapping.putIfAbsent(
OnlineCount$Response, () => OnlineCount$Response.fromJsonFactory);
return _devicesStatisticsOnlineCountGet();
}