scan static method

Future<void> scan()

开始扫描周边蓝牙设备

Implementation

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