registerWith static method
Registers NoonPaymentsWeb as the default NoonPaymentsPlatform on web.
Implementation
static void registerWith(Registrar registrar) {
NoonPaymentsPlatform.instance = NoonPaymentsWeb();
}
Registers NoonPaymentsWeb as the default NoonPaymentsPlatform on web.
static void registerWith(Registrar registrar) {
NoonPaymentsPlatform.instance = NoonPaymentsWeb();
}