onPlatformViewCreated method

  1. @override
void onPlatformViewCreated(
  1. int id
)
override

Callback function that is executed once the view is established

Implementation

@override
void onPlatformViewCreated(int id) {
  print("Android platform view created!");
  createManagers(id, _context, _arViewCreatedCallback, _planeDetectionConfig);
}