import 'package:flutter/material.dart'; import 'presentation/watch_session_app.dart'; void main() { runApp(const WatchSessionApp()); }