navigate abstract method
Navigates to the detail page for the entity.
Parameters:
context: The BuildContext to use for navigation
Implementations should use this context to push a new route or navigate to the appropriate detail page.
Implementation
Future<void> navigate(
BuildContext context,
);