clearCharges method Null safety
Permanently clear the whole transaction history for the identified people profile.
Implementation
void clearCharges() {
_channel.invokeMethod<void>(
'clearCharges', <String, dynamic>{'token': this._token});
}