menu
hospital_management
services/api_service.dart
ApiService
ApiService.new factory constructor
ApiService.new
dark_mode
light_mode
ApiService
constructor
ApiService
(
)
Factory constructor to return the singleton instance.
Implementation
factory ApiService() => _instance;
hospital_management
api_service
ApiService
ApiService.new factory constructor
ApiService class