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