[LLC] Rename AttachmentUploader to AttachmentFileUploader

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2021-02-18 15:16:48 +05:30
parent f811f2cedd
commit b7358354e3
2 changed files with 8 additions and 8 deletions
@@ -34,11 +34,11 @@ abstract class AttachmentFileUploader {
}
/// Stream's default implementation of [AttachmentFileUploader]
class StreamAttachmentUploader implements AttachmentFileUploader {
class StreamAttachmentFileUploader implements AttachmentFileUploader {
final StreamChatClient _client;
/// Creates a new [StreamAttachmentUploader] instance.
const StreamAttachmentUploader(this._client);
/// Creates a new [StreamAttachmentFileUploader] instance.
const StreamAttachmentFileUploader(this._client);
@override
Future<SendImageResponse> sendImage(