bleDisabledError static method
Implementation
static Error bleDisabledError() {
return const Error(
code: "BLUETOOTH_DISABLED",
message:
"The bluetooth sensor of the device is off, so SDK won't give a precise location as with this sensor on.",
type: ErrorType.nonCritical,
);
}