initializeCodeEditor function
Initializes the native code editor runtime.
Call this after Flutter bindings are initialized and before constructing a CodeLineEditingController. On web, this is a no-op.
Implementation
Future<void> initializeCodeEditor() {
return platform.initializeCodeEditor();
}