auth_manager/auth_manager library

Classes

AuthManager<TProfileModel extends TetherModel<TProfileModel>>
Manages user authentication and profile data synchronization with Supabase and a local SQLite database.

Typedefs

FromJsonFactory<T extends TetherModel<T>> = T Function(Map<String, dynamic> json)
A typedef for a factory function that creates an instance of TModel from a JSON map.