ContextTemplate constructor Null safety
- DynamicLibrary dll_handle,
- Pointer<
Void> impl, - {bool weak = false}
Implementation
ContextTemplate(DynamicLibrary dll_handle, Pointer<Void> impl, {bool weak = false})
: _dll_handle = dll_handle,
_impl = impl,
_destructor = dll_handle.lookupFunction<_contextTemplateDestructor_c, _contextTemplateDestructor_dart>(_c_namespace + 'ContextTemplate_destructor');