onModelNotFound method

Future<T?> onModelNotFound(
  1. String id
)

Implementation

Future<T?> onModelNotFound(String id) async {
  return null;
}