onPlatformViewCreated abstract method
Called when the platform view is created.
Use this for early initialization that doesn't require the native SDK instances.
For Android, prefer using onFragmentAttached to access native instances.
Implementation
Future<void> onPlatformViewCreated(NutrientViewHandle handle);