The-POS/The-POS-Flutter

remove unwanted code

fahjan opened this issue · 1 comments

there no need to declare:
final controller = Get.put(SplashController());
it already declared in the: GetView

We are not doing yet bindings so we call it to "bind" with the controller, when we do the global bindings it will be removed.