menu
ruut_flutter package
documentation
ruut_client.dart
RuutClient
sendAttachment method
sendAttachment method
dark_mode
light_mode
sendAttachment
method
Future
<
void
>
sendAttachment
(
{
required
File
file
,
})
Implementation
Future<void> sendAttachment({required File file}) async { await _repository.sendAttachment(file); }
ruut_flutter package
documentation
ruut_client
RuutClient
sendAttachment method
RuutClient class