buildWithRefErased abstract method

ReactNode buildWithRefErased(
  1. ReactRef<Object?> target
)

Invokes the typed render callback through an erased bridge.

Implementation

ReactNode buildWithRefErased(ReactRef<Object?> target);