|
...
|
...
|
@@ -29,7 +29,7 @@ class FriendsController extends GetxController { |
|
|
|
_selfHealthRepository = selfHealthRepository ??
|
|
|
|
SelfHealthRepositoryImpl(Get.find<HealthApi>()),
|
|
|
|
_updateWatchOtherUserInfo = updateWatchOtherUserInfo ??
|
|
|
|
((info) => WearEngineHostApi().sendWatchSyncPayload(''));
|
|
|
|
((info) => PlatformHostApi().refreshWatchAppAndWidgets());
|
|
|
|
|
|
|
|
static const maxFriends = 10;
|
|
|
|
|
...
|
...
|
|