init method

void init(
  1. UIConfig uiConfig
)

Implementation

void init(UIConfig uiConfig) {
  throw UnimplementedError('init() has not been implemented.');
}