setDetectLocationEnabled method

Future<void> setDetectLocationEnabled({
  1. required bool enabled,
})

ConfigurationManager . Set detect call location enabled

Implementation

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