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