Skip to content

Commit

Permalink
Move mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugFox committed Jul 28, 2023
1 parent d963d35 commit 29ea280
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/client/centrifuge.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ import 'package:stack_trace/stack_trace.dart' as st;
/// {@endtemplate}
final class Centrifuge extends CentrifugeBase
with
CentrifugeStateMixin,
CentrifugeErrorsMixin,
CentrifugeStateMixin,
CentrifugeConnectionMixin,
CentrifugeSendMixin,
CentrifugeClientSubscriptionMixin,
Expand Down
2 changes: 2 additions & 0 deletions lib/src/transport/transport_interface.dart
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ abstract interface class ICentrifugeTransport {
/// {@nodoc}
Future<void> disconnect(int code, String reason);

/// Send refresh token command to server.
/// {@nodoc}
Future<CentrifugeRefreshResult> sendRefresh(String token);

/// Send subscription channel refresh token command to server.
Expand Down

0 comments on commit 29ea280

Please sign in to comment.