instance static method
Retorna a instância singleton da classe Printer.
methodChannel: canal de comunicação nativo com o plugin.
Implementation
static Printer instance(MethodChannel methodChannel) {
platform = methodChannel;
_instance ??= Printer._();
return _instance!;
}