setDetectLocationEnabled method
ConfigurationManager . Set detect call location enabled
Implementation
@override
Future<void> setDetectLocationEnabled({required bool enabled}) async {
return callClientMethodChannel
.invokeMethod<void>('setDetectLocationEnabled', {"enabled": enabled});
}