sendFiles method
Accepts multiple requests and returns IDs in the same order.
Implementation
Future<List<String>> sendFiles(List<AresFileTransferRequest> requests) {
throw UnimplementedError('sendFiles() has not been implemented.');
}
Accepts multiple requests and returns IDs in the same order.
Future<List<String>> sendFiles(List<AresFileTransferRequest> requests) {
throw UnimplementedError('sendFiles() has not been implemented.');
}