Inject the dependency

PHOTO EMBED

Sun Apr 13 2025 07:26:36 GMT+0000 (Coordinated Universal Time)

Saved by @manish23 #flutter

void main() {
  runApp(
    MaterialApp(
      home: Scaffold(
        body: UserWidget(apiService: ApiService()),
      ),
    ),
  );
}
content_copyCOPY