Skip to content
Snippets Groups Projects
Commit fe93f3b8 authored by Sara Savanovic Djordjevic's avatar Sara Savanovic Djordjevic
Browse files

add: dependency_injection.dart

parent a97bc8ab
No related branches found
No related tags found
Loading
import 'package:get/get.dart';
import 'package:app/controller/network_controller.dart';
class DependencyInjection {
static void init() {
Get.put<NetworkController>(NetworkController(), permanent:true);
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment