withBuild<T> abstract method

T withBuild<T>(
  1. T fn()
)

Implementation

T withBuild<T>(T Function() fn);