serverTransfer property

bool serverTransfer
final

Whether to upload the message attachments automatically to the chat server.

  • true: (Default) Yes;
  • false: No. Message attachments are uploaded to a custom path.

Implementation

final bool serverTransfer;