コード例 #1
0
 private async Task <bool> IsRunning() =>
 await _viewModel.IsRunning() && _permissionUtils.IsLocationEnabled();