destroy method

Future<void> destroy()

3.释放SDK

Implementation

Future<void> destroy() {
  return _myPlugin.destroy();
}