Home > rainway-sdk-native > Runtime > instance
Runtime.instance() method
Get the current runtime instance. Undefined if the runtime has not been initialized.
Signature:
static instance(): Runtime | undefined;
Returns:
Runtime | undefined