initialize method

Future<void> initialize()

Initialize the client (call this on app start)

Implementation

Future<void> initialize() async {
  await auth.initialize();
}