init static method

Future init()

Implementation

static Future init() async {
  await controller.init();
  return;
}