show static method
void
show()
Implementation
static void show() {
final tipBand = _getTipBandPtr();
if (tipBand > 0) {
final closed = _postMessageA(tipBand, 513, 1, 65537);
print(closed);
final opened = _postMessageA(tipBand, 514, 1, 65537);
print(opened);
}
}