mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.
This commit is contained in:
@@ -56,7 +56,7 @@ Future<void> isolateMessageHandler(
|
||||
SendErrorFunction sendError,
|
||||
) async {
|
||||
switch (data) {
|
||||
case SftpReq val:
|
||||
case final SftpReq val:
|
||||
switch (val.type) {
|
||||
case SftpReqType.download:
|
||||
await _download(data, mainSendPort, sendError);
|
||||
|
||||
Reference in New Issue
Block a user