getTotalTraffic method

Future<Map<String, int>> getTotalTraffic()

Get total traffic (persistent storage)

Implementation

Future<Map<String, int>> getTotalTraffic() {
  throw UnimplementedError('getTotalTraffic() has not been implemented.');
}