isInitialized top-level property

bool isInitialized
getter/setter pair

Registers the correct platform_interface for the current platform.

Until flutter is able to do this automatically, this has to be done manually. See the workarounds folder for more details!

Implementation

bool isInitialized = false;