reportLayoutChange static method

Future<void> reportLayoutChange()

Implementation

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