clearCharges method Null safety

void clearCharges()

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

Implementation

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