locationWhenInUse method

Future<bool> locationWhenInUse()

Implementation

Future<bool> locationWhenInUse() async {
  return await _validatePermission(Permission.locationWhenInUse);
}