We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecbbb3c commit 5cc0a39Copy full SHA for 5cc0a39
lib/state/connection/connection_cubit.dart
@@ -86,7 +86,7 @@ class ConnectionCubit extends Cubit<ConnectionState> {
86
/// Stream subscription for connectivity.
87
StreamSubscription<ConnectivityResult>? connectivitySubscription;
88
89
- /// Getter for [BaseAPI] implementation class.
+ /// Getter for [BaseAPI] implementation class. By default, it will be [BinaryAPI].
90
BaseAPI get api => _api;
91
92
/// Reconnect to Websocket.
0 commit comments