openFlyyInviteDetailsPage static method

void openFlyyInviteDetailsPage(
  1. int offerId
)

Implementation

static void openFlyyInviteDetailsPage(int offerId) {
  _channel
      .invokeMethod(FLYY_OPEN_INVITE_DETAILS_SCREEN, {"offer_id": offerId});
}