authSyncToBackpack function

dynamic authSyncToBackpack()

Sync the auth user data to the backpack

Implementation

authSyncToBackpack() async {
  await Auth.syncToBackpack();
}