activeDialogId property
String?
get
activeDialogId
Gets the ID of the currently active dialog (if any)
Implementation
static String? get activeDialogId => _dialogController.state?.uniqueId;
Gets the ID of the currently active dialog (if any)
static String? get activeDialogId => _dialogController.state?.uniqueId;