openBluetooth method
请求系统打开蓝牙,最终状态通过 adapter state 事件返回。
Implementation
Future<void> openBluetooth() {
throw UnimplementedError('openBluetooth() has not been implemented.');
}
请求系统打开蓝牙,最终状态通过 adapter state 事件返回。
Future<void> openBluetooth() {
throw UnimplementedError('openBluetooth() has not been implemented.');
}