onPlatformViewCreated abstract method

Future<void> onPlatformViewCreated(
  1. NutrientViewHandle handle
)

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);