instance property

AlertController get instance

Implementation

static AlertController get instance {
  _instance ??= AlertController();
  return _instance!;
}