init method
Los parametros que recibe esta funcion son utilizados por el gestor de
datos ObjectBox y por lo tanto son requeridos si asi fuera el caso
en la rama rw de api_rest_flutter
Implementation
Future<void> init({
bool storeInMemoryObjecBox = false,
String? urlAdminObjectBox,
int? maxDBSizeInKB,
}) async {
final shpApiRest = DataShpProvider();
await shpApiRest.initPrefs();
}