getA4Reference method

  1. @override
Future<double> getA4Reference()
override

Implementation

@override
Future<double> getA4Reference() async {
  try {
    return await _methodChannel.invokeMethod('getA4Reference');
  } on PlatformException catch (e) {
    throw Exception("Error Retrieving A4 Reference Value: ${e.message}");
  }
}