getDialog method

dynamic getDialog(
  1. String id
)

Implementation

getDialog(String id) {
  return _state[ActionType.dialog][id];
}