backgroundLocationAccessForWhileUsing method
Implementation
void backgroundLocationAccessForWhileUsing(bool value) async {
await methodChannel.invokeMethod('backgroundLocationAccessForWhileUsing', {'value': value});
}
void backgroundLocationAccessForWhileUsing(bool value) async {
await methodChannel.invokeMethod('backgroundLocationAccessForWhileUsing', {'value': value});
}