configure method

void configure(
  1. RowndConfig configure
)

Implementation

void configure(RowndConfig configure) {
  RowndPlatform.instance.configure(configure);
}