onContentReady method
Called when Flutter content is ready.
Implementation
void onContentReady(String id, void Function() callback) {
onWindowEvent(id, 'contentReady', (_) => callback());
}
Called when Flutter content is ready.
void onContentReady(String id, void Function() callback) {
onWindowEvent(id, 'contentReady', (_) => callback());
}