clearUserAsPayer method
Clears the current user's payer status.
Implementation
@override
void clearUserAsPayer() {
throwIfNotStarted();
methodChannel.invokeMethod(_clearUserAsPayerMethodName);
}
Clears the current user's payer status.
@override
void clearUserAsPayer() {
throwIfNotStarted();
methodChannel.invokeMethod(_clearUserAsPayerMethodName);
}