showPresentation static method

Future<void> showPresentation()

Implementation

static Future<void> showPresentation() async {
  return await _channel.invokeMethod('showPresentation');
}