getBusyStatusPreference method

Future<void> getBusyStatusPreference()

Implementation

Future<void> getBusyStatusPreference() async {
  bool? busyStatusPref = await Mirrorfly.isBusyStatusEnabled();
  busyStatusPreference(busyStatusPref);
  debugPrint("busyStatusPref ${busyStatusPref.toString()}");
}