initialize method
Initialize the client (call this on app start)
Implementation
Future<void> initialize() async {
await auth.initialize();
}
Initialize the client (call this on app start)
Future<void> initialize() async {
await auth.initialize();
}