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