getInstance static method

NexaSdk getInstance()

Implementation

static NexaSdk getInstance() {
  _instance ??= NexaSdk._();
  return _instance!;
}