Skip to main content

closePopin

Future<void> closePopin ()

Close the current opened popin.

Implementation

Future<void> closePopin() async {
await _channel.invokeMethod('closePopin');
}