show static method

Future<Null> show()

Opens the Mobilisten UI. Invoke this API only after initialization is complete.

Implementation

static Future<Null> show() async {
  await _channel.invokeMethod('show');
}