onPlatformViewCreated method
Callback function that is executed once the view is established
Implementation
@override
void onPlatformViewCreated(int id) {
print("iOS platform view created!");
createManagers(id, _context, _arViewCreatedCallback, _planeDetectionConfig);
}