onPlatformViewCreated method

void onPlatformViewCreated(
  1. int viewId
)

Implementation

void onPlatformViewCreated(int viewId) {
  _methodChannel.invokeMethod('onViewCreated', {'viewId': viewId});
}