pause method

Future<bool> pause()

暂停扫描 Pause scanning

Implementation

Future<bool> pause() => _scanncing(false);