destroy static method

Future<void> destroy()

Implementation

static Future<void> destroy() async {
  ZIM.destroy();

  return Future.value();
}