onPlatformViewCreated method Null safety

void onPlatformViewCreated(
  1. int id
)

Implementation

void onPlatformViewCreated(int id) {
  print('On PlatformView Created:: id:$id');
}