bellNotification static method

String bellNotification({
  1. required String baseUrlType,
})

Implementation

static String bellNotification({required String baseUrlType}) =>
    "${Env.getBaseUrl()[baseUrlType]}/event/notifications";