update
This commit is contained in:
@ -8,11 +8,4 @@ class BottomSheetController extends GetxController{
|
||||
List<GeoJsonFeature>? currentFeature = <GeoJsonFeature>[];
|
||||
|
||||
BottomSheetController({this.currentFeature});
|
||||
|
||||
@override
|
||||
void onInit() {
|
||||
super.onInit();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user