main function

void main()

Implementation

void main() {
  Bloc.observer = AppBlocObserver();
  runApp(const FlutterShareProApp());
}