Server refreshed token (#73)
This commit is contained in:
@@ -231,6 +231,14 @@ class SignalSubscriptionPermissionUpdateEvent
|
||||
});
|
||||
}
|
||||
|
||||
@internal
|
||||
class SignalTokenUpdatedEvent with SignalEvent, InternalEvent {
|
||||
final String token;
|
||||
const SignalTokenUpdatedEvent({
|
||||
required this.token,
|
||||
});
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
// Engine events
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user