create method

  1. @override
GoRouter create(
  1. Ref ref
)

@nodoc

Implementation

@override
GoRouter create(Ref ref) {
  return router(ref);
}