getPlace abstract method
Fetches the Place entity from local DB Query by buildingId
Implementation
Future<FlutterPlace?> getPlace(int buildingId);
Fetches the Place entity from local DB Query by buildingId
Future<FlutterPlace?> getPlace(int buildingId);