NavigationStackItemFromKey<T> typedef

NavigationStackItemFromKey<T> = Option<T> Function(String name, String id)

Implementation

typedef NavigationStackItemFromKey<T> = Option<T> Function(
  String name,
  String id,
);