instance property

Nnsdk get instance

获取全局单例实例

Implementation

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