enableNotificationService property

bool enableNotificationService
getter/setter pair

Enable the notifications feature. This is a global toggle.

Note: for best effects if you want to disable this, do it at the start of your app. TODO(luan) consider making this false by default.

Implementation

static bool enableNotificationService = true;