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