present method
Displays SDK modally on screen.
Implementation
Future<void> present() async {
  await _channel.invokeMethod<void>('display:present');
}Displays SDK modally on screen.
Future<void> present() async {
  await _channel.invokeMethod<void>('display:present');
}