resetTotalTraffic method

Future<bool> resetTotalTraffic()

Reset total traffic to zero

Implementation

Future<bool> resetTotalTraffic() {
  throw UnimplementedError('resetTotalTraffic() has not been implemented.');
}