checkCanRecalibrate method

Future<bool> checkCanRecalibrate()

Implementation

Future<bool> checkCanRecalibrate() async {
  return true;
}