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