getA4Reference method
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}");
}
}