reportLayoutChange static method
Implementation
static Future<void> reportLayoutChange() async {
await _channel.invokeMethod("reportLayoutChange");
}
static Future<void> reportLayoutChange() async {
await _channel.invokeMethod("reportLayoutChange");
}