AddNetworkStatistics constructor

const AddNetworkStatistics({
  1. required NetworkStatisticsEntry entry,
})

Adds the specified data to data usage statistics. Can be called before authorization

Implementation

const AddNetworkStatistics({
  required this.entry,
});