setDetectCallLocationEnabled method

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

ConfigurationManager . Set detect call location enabled

Implementation

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