handle abstract method

Future<void> handle(
  1. BuildContext context,
  2. N notification
)

Implementation

Future<void> handle(BuildContext context, N notification);