GetNetworkStatistics constructor

const GetNetworkStatistics({
  1. required bool onlyCurrent,
})

Returns network data usage statistics. Can be called before authorization

Implementation

const GetNetworkStatistics({
  required this.onlyCurrent,
});