call method

Nuvigator<INuRouter?> call(
  1. BuildContext context, [
  2. Widget? child
])

Helper method that allows passing a Nuvigator to a builder function

Implementation

Nuvigator call(BuildContext context, [Widget? child]) {
  return this;
}