wait abstract method

Use to defer the interaction, like a loading state. Usage:

await interaction.defer();

Implementation

Future<InteractionContract> wait();