UmeKitMemoryDetector constructor

UmeKitMemoryDetector()

Implementation

factory UmeKitMemoryDetector() {
  _singleton ??= UmeKitMemoryDetector._();
  return _singleton!;
}