instance property

JasprAuthService get instance

Implementation

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