FastNativeAdBloc constructor

FastNativeAdBloc({
  1. FastNativeAdBlocState? initialState,
})

Implementation

FastNativeAdBloc({
  FastNativeAdBlocState? initialState,
}) : super(initialState: initialState ?? FastNativeAdBlocState());