Fetch the printer's ID.
@override Future<String?> getId() async { return await methodChannel.invokeMethod<String>('getId'); }