onProviderChange abstract method
- void callback(), {
- Function? onError,
Implementation
StreamSubscription<ProviderChangeEvent> onProviderChange(
void Function(ProviderChangeEvent) callback, {
Function? onError,
});
StreamSubscription<ProviderChangeEvent> onProviderChange(
void Function(ProviderChangeEvent) callback, {
Function? onError,
});