destroy method
销毁推流引擎
Implementation
Future<void> destroy() async {
return _livePusherMethodChannel.invokeMethod(
'destroy',
wrapArgs(),
);
}
销毁推流引擎
Future<void> destroy() async {
return _livePusherMethodChannel.invokeMethod(
'destroy',
wrapArgs(),
);
}