AuthenticationBasedApp<T extends EquatableUser> constructor

const AuthenticationBasedApp<T extends EquatableUser>({
  1. Key? key,
})

The root of this package

Implementation

const AuthenticationBasedApp({Key? key}) : super(key: key);