init method

  1. @override
void init()
override

Implementation

@override
void init() {
  panes
    ..api = api
    ..init();
}