sendFileChatMessage abstract method
void
sendFileChatMessage({
- required MessageType type,
- required String fileLocalPath,
- required String room,
Implementation
void sendFileChatMessage(
{required MessageType type,
required String fileLocalPath,
required String room});