initPlugin method

dynamic initPlugin()

Implementation

initPlugin() async {
  if (!await Utils.getInitResult()) {
    return;
  }
}