show static method

void show(
  1. String placement
)

Implementation

static void show(String placement) async {
  _channel.invokeMethod("show", placement);
}