clearCharges method

void clearCharges()

Permanently clear the whole transaction history for the identified people profile.

Implementation

void clearCharges() {
  _channel.invokeMethod<void>(
      'clearCharges', <String, dynamic>{'token': _token});
}