activeDialogId property

String? get activeDialogId

Gets the ID of the currently active dialog (if any)

Implementation

static String? get activeDialogId => _dialogController.state?.uniqueId;