init method

dynamic init(
  1. ChatBuilder builder
)

Implementation

init(ChatBuilder builder) {
  throw UnimplementedError('build() has not been implemented.');
}