main function

void main ()

Implementation

void main(){
  final appBloc = AppBloc();
  runApp(new TouchDemonstrator(appBloc));
}