call method

ReactNode call(
  1. P props, {
  2. String? key,
})

Creates a node that suspends until load resolves.

Implementation

ReactNode call(P props, {String? key}) => LazyNode(load, props, key: key);