getId method

Future<String?> getId()

Retrieves the unique printer ID.

Returns the printer ID as a String or null if unsuccessful.

Implementation

Future<String?> getId() async {
  return await SunmiConfig.getId();
}