init method

  1. @override
Future<RouteBase?> init()
override

Implementation

@override
Future<RouteBase?> init() async {
  return this;
}