decline method

void decline()

Declines the call.

Implementation

void decline() => _currentCall.value.decline(_calls);