enableTraffic method

Future<void> enableTraffic(
  1. bool enable
)

Implementation

Future<void> enableTraffic(bool enable) async {
  throw UnimplementedError('enableTraffic() has not been implemented.');
}