stopPublishing method Null safety

Future<void> stopPublishing()

Stop pushing to Tencent Cloud CSS CDN

Implementation

Future<void> stopPublishing() {
  return _channel.invokeMethod('stopPublishing');
}