allRoutes property

List<String> get allRoutes

Implementation

static List<String> get allRoutes => [
      account,
      dashboard,
      forgotPassword,
      signin,
      signup,
      phoneAuth,
    ];