NativeLibrary constructor

NativeLibrary()

Implementation

factory NativeLibrary() {
  return _instance ??= NativeLibrary._(_load());
}