instance property

LoginUtil get instance

Implementation

static LoginUtil get instance {
  return loginUtil ?? LoginUtil();
}