authSyncToBackpack function

Future<void> authSyncToBackpack()

Sync the auth user data to the backpack

Implementation

Future<void> authSyncToBackpack() async {
  await Auth.syncToBackpack();
}