Sync a model to the backpack instance.
Future<void> syncToBackpack(String key, dynamic data) async { Backpack.instance.save(key, data); }