navigate abstract method

Future<void> navigate(
  1. BuildContext context
)

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,
);