postConfigure abstract method

void postConfigure(
  1. TOptions options, {
  2. String? name,
})

Invoked to configure a TOptions instance.

Implementation

void postConfigure(TOptions options, {String? name});