mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
feat: custom net dev (#543)
This commit is contained in:
@@ -132,10 +132,7 @@ class AppRoutes {
|
||||
}
|
||||
|
||||
static AppRoutes sftp(
|
||||
{Key? key,
|
||||
required Spi spi,
|
||||
String? initPath,
|
||||
bool isSelect = false}) {
|
||||
{Key? key, required Spi spi, String? initPath, bool isSelect = false}) {
|
||||
return AppRoutes(
|
||||
SftpPage(
|
||||
key: key,
|
||||
|
||||
Reference in New Issue
Block a user