onCancelled static method

void onCancelled(
  1. InquiryCancelledCallback listener
)

Called when the individual cancels the inquiry.

Implementation

static void onCancelled(InquiryCancelledCallback listener) =>
    _platform.onCancelled = listener;