Bootstrapper

This commit is contained in:
2024-07-27 01:39:20 +08:00
parent 0d279842cf
commit f08c9903b4
7 changed files with 168 additions and 23 deletions

View File

@ -42,7 +42,7 @@ class WebSocketProvider extends GetxController {
super.onInit();
}
void connect({noRetry = false}) async {
Future<void> connect({noRetry = false}) async {
if (isConnected.value) {
return;
} else {