mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00:00
flutter_desktop: remove unnecessary control flow
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -47,7 +47,7 @@ class AbModel with ChangeNotifier {
|
||||
}
|
||||
|
||||
Future<String> getApiServer() async {
|
||||
return await bind.mainGetApiServer() ?? "";
|
||||
return await bind.mainGetApiServer();
|
||||
}
|
||||
|
||||
void reset() {
|
||||
|
||||
Reference in New Issue
Block a user