instance property

DialogServices get instance

Gets the singleton instance of DialogUtils

Implementation

static DialogServices get instance {
  _instance ??= DialogServices._();
  return _instance!;
}