sendAction method
Send squadwe action performed by user.
Example: User started typing
Implementation
Future<void> sendAction(SquadweActionType action) async {
_repository.sendAction(action);
}
Send squadwe action performed by user.
Example: User started typing
Future<void> sendAction(SquadweActionType action) async {
_repository.sendAction(action);
}