AddNetworkStatistics constructor
const
AddNetworkStatistics({
- required NetworkStatisticsEntry entry,
Adds the specified data to data usage statistics. Can be called before authorization
Implementation
const AddNetworkStatistics({
required this.entry,
});