Mobile webviewFlutterLivemapControllerclosePopinOn this pageclosePopinFuture<void> closePopin ()Close the current opened popin.ImplementationFuture<void> closePopin() async { await _channel.invokeMethod('closePopin');}