foregroundEnable function

void foregroundEnable(
  1. bool active
)

Implementation

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