unregisterPushTokenAll static method
Unregisters all push token bound to the current User
.
Implementation
static Future<void> unregisterPushTokenAll() async {
sbLog.i(StackTrace.current);
return await _instance._chat.unregisterPushTokenAll();
}