show method

void show()

Implementation

void show() async {
  if (await isLoaded == true) {
    await _channel.invokeMethod('show', _channelMethodsArguments);
  }
}