instance property

PlatformDetector get instance

Instancia singleton para el detector de plataforma

Implementation

static PlatformDetector get instance {
  _instance ??= PlatformDetector._();
  return _instance!;
}