setup method

FutureOr<void> setup()

Implementation

FutureOr<void> setup() async {
  await _setup?.call(this);
}