PlexRouteContext constructor

const PlexRouteContext({
  1. required String path,
  2. PlexUser? currentUser,
})

Implementation

const PlexRouteContext({
  required this.path,
  this.currentUser,
});