Module Spec
A specification for a native module. This exists so that we don't have to pay the cost for creation until/if the module is used.
Functions
Link copied to clipboard
Link copied to clipboard
open fun nativeModuleSpec(type: Class<out NativeModule>, provider: Provider<out NativeModule>): ModuleSpec
Link copied to clipboard