mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-21 05:43:20 +03:00
remove unused of model.dart
This commit is contained in:
@@ -1095,3 +1095,10 @@ void connect(BuildContext context, String id,
|
||||
currentFocus.unfocus();
|
||||
}
|
||||
}
|
||||
|
||||
Future<Map<String, String>> getHttpHeaders() async {
|
||||
return {
|
||||
'Authorization':
|
||||
'Bearer ${await bind.mainGetLocalOption(key: 'access_token')}'
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user