pause method

void pause(
  1. String url
)

暂停加载

Implementation

void pause(String url) async {
  await methodChannel.invokeMethod("pause", url);
}