xcBlueToothIsEnable method

Future<bool> xcBlueToothIsEnable()

Implementation

Future<bool> xcBlueToothIsEnable() async {
  final result = await _api.xcBlueToothIsEnable();
  return XCloudResponse.fromOriginResponse(result).code >= 0;
}