Creates a node that suspends until load resolves.
ReactNode call(P props, {String? key}) => LazyNode(load, props, key: key);