Ndk constructor
Ndk(
- NdkConfig config
Creates a new instance of Ndk with the given config
Implementation
Ndk(this.config)
: _initialization = Initialization(
ndkConfig: config,
globalState: _globalState,
);