Returns nothing, sends a BoC file src directly to the network
src
Future<void> sendFile(Uint8List src) async { await _sendBoc(src); }