ToIndexCallback typedef

ToIndexCallback = int? Function(String base, String path, List<String> routes)

Implementation

typedef ToIndexCallback = int? Function(
  String base,
  String path,
  List<String> routes,
);