foregroundEnable function
Implementation
void foregroundEnable(bool active) async {
_foregroundNotificationEnable = active;
// await FirebaseMessaging.instance.setForegroundNotificationPresentationOptions(
// alert: active,
// badge: active,
// sound: active,
// );
}