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