getConnectedPrinter method
Returns the printer currently connected, or null when none.
The logical connection stored by connect is kept until disconnect is called (or the plugin is detached), even if the caller navigates to another screen. This is the data needed to print again without re-running discovery — useful because a printer that was connected without a proper disconnect is often "busy" and no longer listed by the discovery.
Implementation
Future<BrotherPrinter?> getConnectedPrinter() =>
throw UnimplementedError('getConnectedPrinter() not implemented.');