build method

  1. @override
Host build()
override

Run the given actions to initialize the host. This can only be called once.

Implementation

@override
Host build() => throw UnimplementedError();