openBluetooth method

Future<void> openBluetooth()

请求系统打开蓝牙,最终状态通过 adapter state 事件返回。

Implementation

Future<void> openBluetooth() {
  throw UnimplementedError('openBluetooth() has not been implemented.');
}