destroy method

Future<void> destroy()

销毁推流引擎

Implementation

Future<void> destroy() async {
  return _livePusherMethodChannel.invokeMethod(
    'destroy',
    wrapArgs(),
  );
}