init static method

void init()

Implementation

static void init() async {
  await _channel.invokeMethod("init");
}