instance property

LokotroPdfService get instance

Get singleton instance

Implementation

static LokotroPdfService get instance {
  _instance ??= LokotroPdfService._internal();
  return _instance!;
}