registerBackgroundRuntimeIos function
void
registerBackgroundRuntimeIos()
Registers the iOS implementation with the platform interface.
Call this during app initialization if automatic registration does not occur. Usually invoked from the native iOS plugin registration.
Implementation
void registerBackgroundRuntimeIos() {
BackgroundRuntimePlatform.instance = BackgroundRuntimeIosPlugin();
}