mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 15:21:29 +03:00
add local/remote file manager
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'dart:async';
|
||||
import 'package:flutter_easyloading/flutter_easyloading.dart';
|
||||
import 'package:flutter_hbb/main.dart';
|
||||
import 'package:tuple/tuple.dart';
|
||||
|
||||
final globalKey = GlobalKey<NavigatorState>();
|
||||
|
||||
typedef F = String Function(String);
|
||||
typedef FMethod = String Function(String, dynamic);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user