setFunctionalBlock method
Establece el functional block por defecto para la sesión
Implementation
Future<void> setFunctionalBlock(String fbl) async {
_currentFbl = fbl;
await ObslyStorage.instance.storeInternalState(_sessionFblKey, fbl);
ObslyLogger.debug('Session functional block set to: "$fbl"');
}