showInboxScreen static method

void showInboxScreen(
  1. Map options
)

Implementation

static void showInboxScreen(Map options) {
  _channel.invokeListMethod("showInboxScreen", options);
}