isOn method

Future<bool> isOn()

检测蓝牙是否已开启。

Implementation

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