routerGo abstract method

Future<Either<Failure, Unit>> routerGo(
  1. String page
)

Implementation

Future<Either<Failure, Unit>> routerGo(String page);