backgroundLocationAccessForWhileUsing method

void backgroundLocationAccessForWhileUsing(
  1. bool value
)

Implementation

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