@js-soft/native-abstractions / Exports / INativeBootstrapper
Initialization of native features
• isInitialized: boolean
Indicates whether the initalisation is finished
• nativeEnvironment: INativeEnvironment
Environment of initialized native features
▸ init(): Promise
<Result
<void
, ApplicationError
>>
Function for starting the initialization process
Promise
<Result
<void
, ApplicationError
>>