init method

Implementation

Future<ControlPrefs> init() async {
  await mount();
  return this;
}