unregisterPushTokenAll static method

Future<void> unregisterPushTokenAll()

Unregisters all push token bound to the current User.

Implementation

static Future<void> unregisterPushTokenAll() async {
  sbLog.i(StackTrace.current);
  return await _instance._chat.unregisterPushTokenAll();
}