showLocationCapturingDialog method

void showLocationCapturingDialog(
  1. BuildContext context,
  2. String label,
  3. DigitSyncDialogType dialogType
)

Implementation

void showLocationCapturingDialog(
    BuildContext context, String label, DigitSyncDialogType dialogType) {
  DigitSyncDialog.show(
    context,
    type: dialogType,
    label: label,
  );
}