ChatPushManagerDeprecated extension Null safety
Methods
-
disableOfflinePush(
{required int start, required int end}) → Future< void> - Do not push the offline messages within the specified time period (24-hour clock).
-
enableOfflinePush(
) → Future< void> - Turns on the push notification.
-
getNoPushGroupsFromCache(
) → Future< List< String> > - Gets the list of groups which have blocked the push notification.
-
updatePushServiceFroUsers(
{required List< String> userIds, required bool enablePush}) → Future<void> - Sets whether to turn on or turn off the push notification for the the specified users.