setDetectionEnabled method

Future<void> setDetectionEnabled(
  1. bool enabled
)

Implementation

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