Ndk constructor

Ndk(
  1. NdkConfig config
)

Creates a new instance of Ndk with the given config

Implementation

Ndk(this.config)
    : _initialization = Initialization(
        config: config,
        globalState: _globalState,
      );