present method

Future<void> present()

Displays SDK modally on screen.

Implementation

Future<void> present() async {
  await _channel.invokeMethod<void>('display:present');
}