mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
chore: migrate to flutter 3.27
This commit is contained in:
@@ -60,8 +60,6 @@ Future<void> isolateMessageHandler(
|
||||
case SftpReqType.upload:
|
||||
await _upload(data, mainSendPort, sendError);
|
||||
break;
|
||||
default:
|
||||
sendError(Exception('unknown type'));
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user