pause method

Future<void> pause()

ios

暂停

Implementation

Future<void> pause() async {
  await _channel.invokeMethod("pause");
}