Copy old project - initial state
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import 'package:get/get.dart';
|
||||
import 'package:terepi_seged/pages/bleutooth/presentation/controllers/bluetooth_controller.dart';
|
||||
|
||||
class BluetoothTestBinding extends Bindings {
|
||||
@override
|
||||
void dependencies() {
|
||||
Get.lazyPut(() => BluetoothTestViewController());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user