authSyncToBackpack function
Sync the auth user data to the backpack
Implementation
Future<void> authSyncToBackpack() async {
  await Auth.syncToBackpack();
}Sync the auth user data to the backpack
Future<void> authSyncToBackpack() async {
  await Auth.syncToBackpack();
}