VoyagerConfig<T extends Voyager> typedef

VoyagerConfig<T extends Voyager> = void Function(VoyagerContext context, T voyager)

allows programmatic path specification

Implementation

typedef VoyagerConfig<T extends Voyager> = void Function(
    VoyagerContext context, T voyager);