getInstance method

RestClient getInstance()

Implementation

RestClient getInstance() {
  _instance ??= RestClient();
  return _instance;
}