CustomProvider constructor
CustomProvider({})
Implementation
CustomProvider({
required this.providerName,
this.onInitialize,
this.onPageView,
this.onEvent,
this.onDispose,
});
CustomProvider({
required this.providerName,
this.onInitialize,
this.onPageView,
this.onEvent,
this.onDispose,
});