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