getInstance static method

MobileApiService getInstance()

Implementation

static MobileApiService getInstance() {
  _instance ??= MobileApiService();
  return _instance!;
}