displayDemo method

void displayDemo()

Implementation

void displayDemo() {
  if (!isRegistered) return;

  _channel?.invokeMethod("showDemo");
}