cancel method

void cancel()

Cancels listening the provider.

Implementation

void cancel() =>
    amDataProvider._callFunctions.removeWhere((key, value) => key == _key);