instance property

Notifier get instance

Singleton instance of Notifier.

Implementation

static Notifier get instance => _instance ??= Notifier._();