enableTrafficClosure method

Future<void> enableTrafficClosure(
  1. bool enable
)

Implementation

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