getYNumber method

Future<String?> getYNumber()

getYNumber() returns a String representing the unique Y Number of the installed supply.

Implementation

Future<String?> getYNumber() async {
  return await BradyFlutterPluginPlatform.instance.getYNumber();
}