Fitbit
Flex 2
List all notification services
$ adb shell dumpsys notification
Turn off notification
$ adb shell cmd notification disallow_listener com.fitbit.FitbitMobile/.notification.FitbitNotificationListenerService
Turn notification on.
$ adb shell cmd notification allow_listener com.fitbit.FitbitMobile/.notification.FitbitNotificationListenerService