onPlatformViewCreated method
void
onPlatformViewCreated()
Implementation
void onPlatformViewCreated() {
if(!_platformViewCreatedCompleter.isCompleted) {
_platformViewCreatedCompleter.complete();
}
}
void onPlatformViewCreated() {
if(!_platformViewCreatedCompleter.isCompleted) {
_platformViewCreatedCompleter.complete();
}
}